home *** CD-ROM | disk | FTP | other *** search
- global gMasterData, gSection, gHistoryPrintList
-
- on GoOn
- stopSound2()
- case gSection of
- #intro:
- setUpHistory()
- #graph:
- leaveThisMovie()
- end case
- end
-
- on goBack
- stopSound2()
- case gSection of
- #history:
- goIntro()
- #graph:
- goBackTo28()
- end case
- end
-
- on leaveThisMovie
- set gHistoryPrintList to the text of member "decision field 1"
- if iAmActivated(gMasterData) then
- getPrintData()
- end if
- stopSound2()
- cursor(4)
- go(1, "Menu1")
- end
-
- on notePadButton
- DoNotepad()
- end
-
- on continueNext
- stopSound2()
- go(the frame + 1)
- end
-